RISC - определение. Что такое RISC
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое RISC - определение

PROCESSOR EXECUTING ONE INSTRUCTION IN MINIMAL CLOCK CYCLES
Reduced Instruction Set Computer; RISC processor; Reduced Instruction Set Code; Reduced Instruction Set Computing; RISC; RISC-based; RISC-based system; RISC System/6000 SP; Reduced instruction set; RISC architectures; RISC instruction set; RISC-based computer design approach; RISC principles; Reduced instruction set computing
  • An IBM [[PowerPC 601]] RISC microprocessor
  • The [[Sun Microsystems]] UltraSPARC processor is a type of RISC microprocessor.
  • RISC-V prototype chip (2013).
Найдено результатов: 46
RISC         
WIKIMEDIA DISAMBIGUATION PAGE
Risc
¦ noun [usu. as modifier] computers or computing based on a form of microprocessor designed to perform a limited set of operations extremely quickly.
Origin
1980s: acronym from reduced instruction set computer (or computing).
RISC         
WIKIMEDIA DISAMBIGUATION PAGE
Risc
Reduced Instruction Set Code (Reference: CPU)
RISC         
WIKIMEDIA DISAMBIGUATION PAGE
Risc
RISC         
WIKIMEDIA DISAMBIGUATION PAGE
Risc
Research Institute for Symbolic Computation (Reference: org., Oesterreich)
Reduced Instruction Set Computer         
<processor> (RISC) A processor whose design is based on the rapid execution of a sequence of simple instructions rather than on the provision of a large variety of complex instructions (as in a Complex Instruction Set Computer). Features which are generally found in RISC designs are uniform instruction encoding (e.g. the op-code is always in the same bit positions in each instruction which is always one word long), which allows faster decoding; a homogenous {register set}, allowing any register to be used in any context and simplifying compiler design; and simple addressing modes with more complex modes replaced by sequences of simple arithmetic instructions. Examples of (more or less) RISC processors are the {Berkeley RISC}, HP-PA, Clipper, i960, AMD 29000, MIPS R2000 and DEC Alpha. IBM's first RISC computer was the RT/PC (IBM 801), they now produce the RISC-based {RISC System/6000} and SP/2 lines. Despite Apple Computer's bogus claims for their PowerPC-based Macintoshes, the first RISC processor used in a personal computer was the Advanced RISC Machine (ARM) used in the Acorn Archimedes. (1997-06-03)
Reduced instruction set computer         
In computer engineering, a reduced instruction set computer (RISC) is a computer designed to simplify the individual instructions given to the computer to accomplish tasks. Compared to the instructions given to a complex instruction set computer (CISC), a RISC computer might require more instructions (more code) in order to accomplish a task because the individual instructions are written in simpler code.
MIPS RISC/os         
DISCONTINUED UNIX OPERATING SYSTEM DEVELOPED BY MIPS COMPUTER SYSTEMS, INC
RiscOS; MIPS OS; UMIPS; RISC/os; RISCwindows
RISC/os is a discontinued UNIX operating system developed by MIPS Computer Systems, Inc. from 1985 to 1992, for their computer workstations and servers, including such models as the MIPS M/120 server and MIPS Magnum workstation.
RNA-induced silencing complex         
  • A full-length argonaute protein from the archaea species ''Pyrococcus furiosus''.
  • The PIWI domain of an Argonaute protein in complex with double-stranded RNA.
  • ''Drosophila melanogaster''
  • Diagram of RISC activity with miRNAs
  • AGO2 (grey) in complex with a microRNA (light blue) and its target mRNA (dark blue)
  • Part of the RNA interference pathway with the different ways RISC can silence genes via their messenger RNA.
  • The RISC-loading complex allows the loading of dsRNA fragments (generated by Dicer) to be loaded onto Argonaute 2 (with the help of TRBP) as part of the RNA interference pathway.
AKA RISC, A RIBONUCLEOPROTEIN COMPLEX CENTRAL TO RNA INTERFERENCE
Guide strand; RNA induced silencing complex; MiRISC
The RNA-induced silencing complex, or RISC, is a multiprotein complex, specifically a ribonucleoprotein, which functions in gene silencing via a variety of pathways at the transcriptional and translational levels. Using single-stranded RNA (ssRNA) fragments, such as microRNA (miRNA), or double-stranded small interfering RNA (siRNA), the complex functions as a key tool in gene regulation.
Berkeley RISC         
RESEARCH PROJECT INTO RISC-BASED MICROPROCESSOR DESIGN
UCB-RISC; UCB RISC
Berkeley RISC is one of two seminal research projects into reduced instruction set computer (RISC) based microprocessor design taking place under the Defense Advanced Research Projects Agency Very Large Scale Integration (VLSI) VLSI Project. RISC was led by David Patterson (who coined the term RISC) at the University of California, Berkeley between 1980 and 1984.
RISC OS         
COMPUTER OPERATING SYSTEM
Riscos; Risc OS; RISC-OS; RISCOS; Acorn RISC OS
<operating system> (Reduced Instruction Set Computer Operating System) The operating system originally developed by {Acorn Computers} for their Archimedes family of {personal computers}. RISC OS replaced the Arthur operating system used on the first Archimedeses. It is written in ARM assembly code and distributed on ROM so it takes up no disk space and takes no time to load. It supports cooperative multitasking with memory management and includes a graphical user interface or "WIMP". It is written in a highly modular style and makes extensive use of vectors so it is easy to modify and extend by loading new modules in RAM. Many system calls (called "SWIs" - software interrupts) are available to application programmers and some of these are available as user comands via a built-in command-line interpreter. RISC OS also supported {outline fonts} when only bitmap fonts were available on most other platforms. Following the virtual demise of Acorn, development of RISC OS 4 was taken over by RISCOS Ltd on 1999-03-05 and released on 1999-07-01. Latest version: 4.39, as of 2004-09-21. (2004-09-21)

Википедия

Reduced instruction set computer

In computer engineering, a reduced instruction set computer (RISC) is a computer architecture designed to simplify the individual instructions given to the computer to accomplish tasks. Compared to the instructions given to a complex instruction set computer (CISC), a RISC computer might require more instructions (more code) in order to accomplish a task because the individual instructions are written in simpler code. The goal is to offset the need to process more instructions by increasing the speed of each instruction, in particular by implementing an instruction pipeline, which may be simpler given simpler instructions.

The key operational concept of the RISC computer is that each instruction performs only one function (e.g. copy a value from memory to a register). The RISC computer usually has many (16 or 32) high-speed, general-purpose registers with a load–store architecture in which the code for the register-register instructions (for performing arithmetic and tests) are separate from the instructions that grant access to the main memory of the computer. The design of the CPU allows RISC computers few simple addressing modes and predictable instruction times that simplify design of the system as a whole.

The conceptual developments of the RISC computer architecture began with the IBM 801 project in the late 1970s, but these were not immediately put into use. Designers in California picked up the 801 concepts in two seminal projects, Stanford MIPS and Berkeley RISC. These were commercialized in the 1980s as the MIPS and SPARC systems. IBM eventually produced RISC designs based on further work on the 801 concept, the IBM POWER architecture, PowerPC, and Power ISA. As the projects matured, many similar designs, produced in the late 1980s and early 1990s, created the central processing units that increased the commercial utility of the Unix workstation and of embedded processors in the laser printer, the router, and similar products.

The varieties of RISC processor design include the ARC processor, the DEC Alpha, the AMD Am29000, the ARM architecture, the Atmel AVR, Blackfin, Intel i860, Intel i960, LoongArch, Motorola 88000, the MIPS architecture, the PA-RISC, the Power ISA, the RISC-V, the SuperH, and the SPARC. RISC processors are used in supercomputers, such as the Fugaku.